Input
data class Input @JvmOverloads constructor(val image: File, val quadrangle: Quadrangle? = null, val rotationAngle: RotationAngle? = null)
A type that represents the input for an OCR operation. The quadrangle and rotation information are optional but generally obtained from ScanProcessor.Result.
Constructors
Link copied to clipboard